cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/203- N Queen Visualizer/
# N-Queen Visualiser
- The N-Queens puzzle is the problem of placing N chess queens on an N×N chessboard so that no two queens
- The N-Queens puzzle is the problem of placing N chess queens on an N×N chessboard so that no two queens
'use strict'
const numberbox = document.getElementById("numberbox");
const slider = document.getElementById("slider");
const pro
const numberbox = document.getElementById("numberbox");
const slider = document.getElementById("slider");
const pro
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
{
"name": "N-queens-visualiser",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}
"name": "N-queens-visualiser",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;